SftTree/OCX 7.0

SftTree.SplitterBar Property

Softel vdm, Inc.

Defines whether a vertical splitter bar is present.

Deprecated - Provided for compatibility with earlier versions only - Use Splitter.Visible instead

Syntax       

Get

VB.NET

Boolean = object.SplitterBar  As Boolean

VB

Boolean = object.SplitterBar  As Boolean

C#.NET

bool Boolean = object.SplitterBar;

VC++

VARIANT_BOOL Boolean = object->SplitterBar;
VARIANT_BOOL Boolean = object->GetSplitterBar();

C

HRESULT object->get_SplitterBar(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.SplitterBar   : WordBool;

Put

VB.NET

object.SplitterBar = Boolean  As Boolean

VB

object.SplitterBar = Boolean  As Boolean

C#.NET

bool object.SplitterBar = Boolean;

VC++

VARIANT_BOOL object->SplitterBar = Boolean;
void object->PutSplitterBar(VARIANT_BOOL Boolean);

C

HRESULT object->put_SplitterBar(VARIANT_BOOL Boolean);

Delphi

object.SplitterBar := Boolean   : WordBool;

object

A SftTree object.

Boolean

Defines whether a vertical splitter bar is present.

Boolean

Description

True

A vertical splitter bar is present.

False

No vertical splitter bar is present.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Splitter.Visible instead

The SplitterBar property defines whether a vertical splitter bar is present.

A splitter bar is only available if two or more columns have been defined (see ColumnsObj.Count property).

The Splitter.Column property is used to define the position of the splitter bar.

The Splitter.Width and Splitter.Offset properties can be used to define the size and location of the splitter bar.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com